Uses of Enum
com.cisco.pt.ipc.enums.AcceptMode
Packages that use AcceptMode
-
Uses of AcceptMode in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return AcceptModeModifier and TypeMethodDescriptionstatic AcceptModeAcceptMode.fromIntValue(int value) static AcceptModeAcceptMode.fromIntValue(Integer value) static AcceptModeReturns the enum constant of this type with the specified name.static AcceptMode[]AcceptMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AcceptMode in com.cisco.pt.ipc.system
Methods in com.cisco.pt.ipc.system that return AcceptModeModifier and TypeMethodDescriptionMultiUserManager.getAcceptMode()Information provided by the PKI file:MultiUserManager.getNewRNetAcceptMode()Information provided by the PKI file:Methods in com.cisco.pt.ipc.system with parameters of type AcceptModeModifier and TypeMethodDescriptionvoidMultiUserManager.setAcceptMode(AcceptMode acceptMode) Information provided by the PKI file:voidMultiUserManager.setNewRNetAcceptMode(AcceptMode acceptMode) Information provided by the PKI file: -
Uses of AcceptMode in com.cisco.pt.ipc.system.impl
Methods in com.cisco.pt.ipc.system.impl that return AcceptModeModifier and TypeMethodDescriptionMultiUserManagerImpl.getAcceptMode()Information provided by the PKI file:MultiUserManagerImpl.getNewRNetAcceptMode()Information provided by the PKI file:Methods in com.cisco.pt.ipc.system.impl with parameters of type AcceptModeModifier and TypeMethodDescriptionvoidMultiUserManagerImpl.setAcceptMode(AcceptMode acceptMode) Information provided by the PKI file:voidMultiUserManagerImpl.setNewRNetAcceptMode(AcceptMode acceptMode) Information provided by the PKI file: